home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #10 / K-CD-10-2002.ISO / Anokee Illuminator / anokeeilluminator.exe / %MAINDIR% / Illuminator.exe / 0 / RCDATA / TFMFOLDERSTRUCTURE / TFMFOLDERSTRUCTURE.txt
Encoding:
Text File  |  2002-03-18  |  2.6 KB  |  136 lines

  1. object fmFolderStructure: TfmFolderStructure
  2.   Left = 351
  3.   Top = 230
  4.   BorderStyle = bsNone
  5.   Caption = 'Scanning'
  6.   ClientHeight = 180
  7.   ClientWidth = 450
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Verdana'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnHide = FormHide
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Panel1: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 450
  26.     Height = 180
  27.     Align = alClient
  28.     BevelInner = bvRaised
  29.     TabOrder = 0
  30.     object lbCaption: TLabel
  31.       Left = 16
  32.       Top = 8
  33.       Width = 179
  34.       Height = 20
  35.       Caption = 'Building folder structure...'
  36.       Font.Charset = DEFAULT_CHARSET
  37.       Font.Color = clWindowText
  38.       Font.Height = -16
  39.       Font.Name = 'MS Sans Serif'
  40.       Font.Style = []
  41.       ParentFont = False
  42.     end
  43.     object Label2: TLabel
  44.       Left = 104
  45.       Top = 113
  46.       Width = 150
  47.       Height = 26
  48.       Caption = 'To cancel this operation press the [Cancel] button.'
  49.       WordWrap = True
  50.     end
  51.     object lMsg: TLabel
  52.       Left = 16
  53.       Top = 32
  54.       Width = 425
  55.       Height = 13
  56.       AutoSize = False
  57.       Caption = 'Please wait while Anokee builds a directory database...'
  58.       WordWrap = True
  59.     end
  60.     object lbFound: TLabel
  61.       Left = 16
  62.       Top = 62
  63.       Width = 46
  64.       Height = 13
  65.       Caption = 'Folders:'
  66.     end
  67.     object lbFoundFoldersNo: TLabel
  68.       Left = 65
  69.       Top = 62
  70.       Width = 7
  71.       Height = 13
  72.       Caption = '0'
  73.     end
  74.     object lbFoundFilesNo: TLabel
  75.       Left = 65
  76.       Top = 80
  77.       Width = 7
  78.       Height = 13
  79.       Caption = '0'
  80.     end
  81.     object lbFiles: TLabel
  82.       Left = 16
  83.       Top = 80
  84.       Width = 30
  85.       Height = 13
  86.       Caption = 'Files:'
  87.     end
  88.     object Animate: TAnimate
  89.       Left = 16
  90.       Top = 104
  91.       Width = 80
  92.       Height = 50
  93.       Active = False
  94.       CommonAVI = aviFindFolder
  95.       StopFrame = 29
  96.     end
  97.     object btCancel: TButton
  98.       Left = 360
  99.       Top = 115
  100.       Width = 75
  101.       Height = 25
  102.       Caption = '&Cancel'
  103.       TabOrder = 1
  104.       OnClick = btCancelClick
  105.     end
  106.     object ProgressBar: TProgressBar
  107.       Left = 16
  108.       Top = 157
  109.       Width = 417
  110.       Height = 13
  111.       Min = 0
  112.       Max = 100
  113.       Smooth = True
  114.       Step = 1
  115.       TabOrder = 2
  116.       Visible = False
  117.     end
  118.   end
  119.   object IvTranslator1: TIvTranslator
  120.     DictionaryName = 'Dictionary1'
  121.     Left = 408
  122.     Top = 8
  123.     TargetsData = (
  124.       1
  125.       2
  126.       (
  127.         ''
  128.         'Hint'
  129.         0)
  130.       (
  131.         ''
  132.         'Caption'
  133.         0))
  134.   end
  135. end
  136.